home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TVARFORM / TVARFORM.txt
Text File  |  1999-09-08  |  1KB  |  50 lines

  1. object VarForm: TVarForm
  2.   Left = 220
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  6.   ClientHeight = 317
  7.   ClientWidth = 217
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 4
  18.     Top = 4
  19.     Width = 56
  20.     Height = 13
  21.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜:'
  22.   end
  23.   object Variables: TListBox
  24.     Left = 4
  25.     Top = 48
  26.     Width = 209
  27.     Height = 264
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     IntegralHeight = True
  33.     ItemHeight = 13
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     OnClick = VariablesClick
  37.     OnKeyDown = VariablesKeyDown
  38.   end
  39.   object Categories: TComboBox
  40.     Left = 4
  41.     Top = 20
  42.     Width = 209
  43.     Height = 21
  44.     Style = csDropDownList
  45.     ItemHeight = 13
  46.     TabOrder = 1
  47.     OnClick = CategoriesClick
  48.   end
  49. end
  50.